home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / Crossword / Source / filing.h < prev    next >
Text File  |  1992-09-02  |  282b  |  14 lines

  1. /*
  2.  
  3. File filing.h
  4.  
  5. The routines in this file fetch filenames using the application kit open and save panels.
  6.  
  7. */
  8.  
  9.  
  10. /* ————————————————————————————————————————————————————————————————————————————  */
  11.  
  12.  
  13. const char *    fileForOpen (char ** types);
  14. const char *    fileForSave (char * type);